Creates a timeline. For internal use only.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public Timeline(
	byte[] id,
	bool autoAdd
)

Parameters

id
Type: array<System..::..Byte>[]()[][]
The unique ID of the timeline.
autoAdd
Type: System..::..Boolean
Whether or not to connect this timeline automatically.

See Also